home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mint110s / xbra.h < prev   
Text File  |  1993-08-16  |  261b  |  13 lines

  1. typedef struct xbra
  2. {
  3.     long        xbra_magic;
  4.     long        xbra_id;
  5.     struct xbra    *next;
  6.     short        jump;
  7.     long ARGS_ON_STACK (*this)();
  8. } xbra_vec;
  9.  
  10. #define XBRA_MAGIC    0x58425241L /* "XBRA" */
  11. #define MINT_MAGIC    0x4d694e54L /* "MiNT" */
  12. #define JMP_OPCODE    0x4EF9
  13.